Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / AppointmentCollection Class / AddRange Method / AddRange(Appointment[]) Method
An array of Appointment objects.

In This Topic
    AddRange(Appointment[]) Method
    In This Topic
    Adds an array of Appointment objects to the collection. This methods clears collection before adding new items. Don't use it if you want to save previously existed items.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub AddRange( _
       ByVal items() As Appointment _
    ) 
    public override void AddRange( 
       Appointment[] items
    )

    Parameters

    items
    An array of Appointment objects.
    See Also